-
Notifications
You must be signed in to change notification settings - Fork 135
fix(cluster): skip pruning servers without provider server id #1133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Your org requires the Graphite merge queue for merging into mainYou must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. You can enable merging using labels in your Graphite merge queue settings. |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NathanFlurry and the rest of your teammates on |
ded4a90 to
5a66f5a
Compare
c60c307 to
b8c5306
Compare
| for server in servers { | ||
| let linode_id = unwrap_ref!(server.provider_server_id).parse()?; | ||
| let Some(linode_id) = &server.provider_server_id else { | ||
| tracing::warn!(server_id = ?server.server_id, "provider_server_ide is none"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| tracing::warn!(server_id = ?server.server_id, "provider_server_ide is none"); | |
| tracing::warn!(server_id = ?server.server_id, "server has no provider_server_id"); |
5a66f5a to
3d69a7b
Compare
b8c5306 to
82d15b7
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->

Changes